home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_442_paper toss code.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  546 b   |  34 lines

  1. on goPaper
  2.   go(label("paper"))
  3. end
  4.  
  5. on exitPaper
  6.   global checkMarks2
  7.   if getaProp(checkMarks2, #paper) = 0 then
  8.     setaProp(checkMarks2, #paper, 1)
  9.   end if
  10. end
  11.  
  12. on paperOne
  13.   global gMasterData
  14.   puppetTransition(5)
  15.   goNarrator(gMasterData, "57")
  16.   setUserArea(gMasterData, #paper)
  17. end
  18.  
  19. on paperAgain
  20.   go(label("paper") + 2)
  21. end
  22.  
  23. on resetPaper
  24.   set the text of member "paper negative" to EMPTY
  25.   set the text of member "paper positive" to EMPTY
  26.   paperAgain()
  27. end
  28.  
  29. on throwTrash
  30.   stopSound2()
  31.   puppetSound("paper.aif")
  32.   go("toss")
  33. end
  34.